All Questions
1 question
0votes
2answers
180views
Cases of memory management where it is reasonable to separate program into several execs
I have 5000+ strings pet-project for CLI and it can do some optional calculations and can output results to CLI or/and to file. Some new modules don't work. Now I catch with GDB some strange segfaults ...